PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotationBorder Class / PDFAnnotationBorder Constructor / PDFAnnotationBorder Constructor(PDFCosDictionary)
The COS border.
In This Topic
    PDFAnnotationBorder Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDFAnnotationBorder object with the specified COS border.
    Syntax
    public PDFAnnotationBorder( 
       PDFCosDictionary cosAnnotationBorder
    )

    Parameters

    cosAnnotationBorder
    The COS border.
    See Also